


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'DB_Hindi', sans-serif;

}


@font-face {
    font-family: 'DB_Hindi';
    src: url('../../fonts/DB-Hindi.ttf') format('truetype')
}

.DB-Hindi {
    font-family: 'DB_Hindi', sans-serif;
}




body {
    font-size: 14px !important;
    /* background: #ccc; */
    overflow-x: hidden;
    color:#000;
    margin: auto;
    align-items: center;
}

p{
    text-align: justify;
    color:#000;
    line-height: 1.2;
}


.containerrr {
    position: relative;
    margin: auto;
    width: 49.625rem !important;
    height: 70.18rem !important;

}


@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

    }

   


}

main {
    background-color: #fff !important;
}

.header {
    background: #DA131B;
    height: 40px;
    width: 100%;
}

.khas-khabar{
    background: #ff0000cf;
    width: 220px;
    height: 50px;
    text-align: center;
    margin: auto;
    border-right: 30px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.khas-khabar h1{
    font-weight: 600;
}

.heading{
    width: 680px;
    margin: auto;
}

.border-b{
    width: 220px;
    height: 3.6px;
    background: #DA131B ;
}

.bg-gray{
    background: #ccc;
    padding:1rem 0.8rem;
}
.bg-gray h1{
    font-size: 50px;
    /* font-weight: 700; */
}

.border-t-gray{
    border-top:5px solid gray;
}
.border-b-gray{
border-bottom:3px solid gray;

}
.bg-red{
    background-color: #ff0000cf;
    padding: 1rem 1rem 1rem 1rem;
    margin-top:-4rem;
}
.bg-red h1{
    font-size: 45px;
    text-align: center;
    /* font-weight: 600; */
}

.heading-black h1{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}